home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
src
/
WWW
/
Library
/
Implementation
/
HTMIME.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-09
|
451 b
|
30 lines
/* */
/* MIME Parser HTMIME.h
** -----------
**
** The MIME parser stream presents a MIME document.
**
**
*/
#ifndef HTMIME_H
#define HTMIME_H
#include "HTStream.h"
#include "HTAnchor.h"
extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
#endif
/*
*/